home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 40 / Issue 40.iso / pc / PCSoftware / DHTML Menu Builder 2.6 / dhtmlmen.exe / %AppDir% / preview.tpl < prev    next >
Encoding:
Text File  |  2000-10-26  |  2.0 KB  |  50 lines

  1. <html>
  2.  
  3. |SCRIPT|
  4.  
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  7. <meta name="GENERATOR" content="DHTML Menu Builder |DMBVER|">
  8. <style>.dmbGroup { font-family: Tahoma; font-size: 8pt; text-decoration: none; font-weight: bold; width: 160; }</style>
  9. <title>|PROJNAME|'s DHTML Menu Builder Project Preview</title>
  10. </head>
  11.  
  12. <body bgcolor="#FFFFFF" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0">
  13.  
  14. <table border="0" width="100%" bgcolor="#000080" cellpadding="2">
  15.     <tr>
  16.         <td width="100%" align="center"><b>
  17.             <font face="Tahoma" size="2" color="#FFFFFF">|PROJNAME|</font><font face="Tahoma" size="2" color="#DCDCDC">'s DHTML Menu Builder Project Preview</font>
  18.         </b></td>
  19.     </tr>
  20. </table>
  21. <hr noshade size="1" color="#000080">
  22. <table border="0" width="160" cellpadding="4" cellspacing="4">
  23.     |HOTSPOTS|
  24. </table>
  25. <hr noshade size="1" color="#000080">
  26. <font face="Tahoma" size="1"> Above are represented the menu groups defined
  27. in your project. Use your mouse to trigger each group to show its pulldown.<br>
  28.  If your menu commands have links, you'll get an error when you click on
  29. them. This is normal and it should work fine when used on your web page.</font>
  30. <hr noshade size="1" color="#000080">
  31. <table border="0" width="200" cellspacing="1">
  32.     <tr>
  33.         <td width="1" rowspan="2"></td>
  34.         <td width="199" bgcolor="#000080"><font face="Tahoma" size="2" color="#DCDCDC"><b> Page Background Color</b></font></td>
  35.     </tr>
  36.     <tr>
  37.         <td width="199">
  38.             <form name="frmBackColor">
  39.                 <p><b><font face="Tahoma" size="2">#</font><input type="text" name="txtColor" size="8" style="font-family: Tahoma; font-size: 8pt; font-weight: bold" value="FFFFFF"><input type="button" value="Change" onclick="ChangebackColor();" style="font-family: Tahoma; font-size: 8pt; font-weight: bold"></b></p>
  40.                 <script language=JavaScript>
  41.                     function ChangebackColor() {
  42.                         document.bgColor = '#' + document.frmBackColor.txtColor.value;
  43.                     }
  44.                 </script>
  45.             </form>
  46.         </td>
  47.     </tr>
  48. </table>
  49. </body>
  50. </html>